home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000214_nospam@dontbother.luser_Tue Aug 12 09:18:29 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  114 lines

  1. Article: 14451 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!newspeer1.nwr.nac.net!in.100proofnews.com!in.100proofnews.com!cycny01.gnilink.net!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny02.gnilink.net.POSTED!53ab2750!not-for-mail
  3. From: marty <nospam@dontbother.luser>
  4. Subject: Telnet zmodem
  5. Newsgroups: comp.protocols.kermit.misc
  6. Lines: 93
  7. Organization: SOLAR_SYSTEM  --remove "_invalid" to send eMail
  8. User-Agent: KNode/0.7.1
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7Bit
  12. X-eMail: 6mqb0mis02_invalid@sneakemail.com
  13. Message-ID: <WpYZa.2154$u%2.1308@nwrdny02.gnilink.net>
  14. Date: Tue, 12 Aug 2003 02:37:42 GMT
  15. NNTP-Posting-Host: 68.161.198.42
  16. X-Complaints-To: abuse@verizon.net
  17. X-Trace: nwrdny02.gnilink.net 1060655862 68.161.198.42 (Mon, 11 Aug 2003 22:37:42 EDT)
  18. NNTP-Posting-Date: Mon, 11 Aug 2003 22:37:42 EDT
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14451
  20.  
  21. Using:  C-Kermit 8.0.209, 17 Mar 2003, for Linux(RH 8.0)
  22.  
  23. I have an account that allows me to connect via telnet to a SunOS 5.7  
  24. server.  Login presents me with the user menu, one of the choices is to my 
  25. 'Personal files' section.  Upload/Download features are via xmodem or 
  26. zmodem.  In the past on the windows side, I've used Hilgreave's 
  27. HyperTerminal to do uploading/downloading to my 'Personal files' section.
  28.  
  29. But know I'm using RedHat... & C-Kermit 8.0.209, 17 Mar 2003, for Linux.  As 
  30. powerful as C-Kermit is I figure it should allow me to do the same as I did 
  31. on the windows side but...
  32.  
  33. >From  a C-Kermit prompt I telnet to and log onto the server.  The procedure 
  34. for downloading via a telnet connection is to choose the download option 
  35. and name the file one wishes to download.  Chose xmodem or zmodem 
  36. (C-Kermit: set protocol zmodem) and the process begins...
  37.  
  38. ========= > Lines added.
  39.  
  40. ================================
  41. Receiving: pine-error_addressbooks.png
  42. Retry 0: Bad CRC
  43. Retry 0: Bad CRC
  44. Retry 0: Bad CRC
  45. Retry 0: Bad CRC
  46. Retry 0: Bad CRC
  47. Retry 0: Bad CRC
  48. Retry 0: Bad CRC
  49. Retry 0: Bad CRC
  50. Bytes received:       0/  30846   BPS:0      ETA 00:00  Retry 0: Bad CRC
  51. Retry 0: Bad CRC
  52. Retry 0: Bad CRC
  53. Retry 0: Bad CRC
  54. Retry 0: Bad CRC
  55. Retry 0: Bad CRC
  56. Retry 0: Bad CRC
  57. Retry 0: Bad CRC
  58. Retry 0: Bad CRC
  59. Bytes received:       0/  30846   BPS:0      ETA 00:00  Retry 0: Bad CRC
  60. Retry 0: Bad CRC
  61. Retry 0: Bad CRC
  62. Retry 0: Bad CRC
  63.  
  64. rz: pine-error_addressbooks.png removed.
  65. ================================
  66.  
  67. The process finishes with me being dumped back to the C-Kermit prompt.  
  68. Status: FAILURE
  69.  
  70. Uploads are just as unsuccessful.  I start with a login to a telnet session 
  71. >from  the C-Kermit prompt.  Initiate an upload using zmodem (again C-Kermit 
  72. is 'set protocol zmodem', do a Ctrl\c back to C-Kermit prompt issue the 
  73. following...
  74.  
  75. ======================
  76. C-Kermit>send ns_comparison.jpg
  77. Sending: ns_comparison.jpg
  78. Bytes Sent:      0/  96311   BPS:0        ETA 00:00  Retry 0: Got ZCAN
  79.  
  80. Transfer incomplete
  81.  
  82. *************************
  83. SEND-class command failed.
  84.  Packets sent: 1
  85.  Retransmissions: 10
  86.  Timeouts: 7
  87.  Damaged packets: 0
  88.  
  89. HINTS... If the preceding error message does not explain the failure:
  90.  . Did you start a Kermit receiver on the far end?
  91.  . Adjust the timeout method (see HELP SET SEND).
  92.  . Increase the retry limit (see HELP SET RETRY).
  93.  . Try it again with SET STREAMING OFF.
  94.  . Try it again with SET PARITY SPACE.
  95.  . As a last resort, give a ROBUST command and try again.
  96. Also:
  97.  . Be sure the source file has read permission.
  98.  . Be sure the target directory has write permission.
  99. (Use SET HINTS OFF to suppress hints.)
  100. *************************
  101. =====================
  102.  
  103. The file name shows in the list of files in my 'Personal file' on the host, 
  104. but of course the file is 0 KB.
  105.  
  106. I've only been using linux for a year or so now and C-Kermit for a few days 
  107. so any help or suggestions would be much appreciated.
  108.  
  109. thanks,
  110. -marty
  111.  
  112. -- 
  113. All UNconstructive criticism will be filed in the appropriate receptacle.
  114.